/* ================================================== */
/* Sales splash page */
.modal-salesWelcome_splash-wrapper {max-width:600px; max-height:400px;}

.horizontal-bar {width:75px; height:5px; min-height:5px; background-color:#0064FF; margin-top:5px;}

/* Improve layout for toasts on smaller screens */
@media (max-width: 576px) {
    .toast-icon{display:none !important;}
    .toast-wrapper{width:calc(100% - 10px) !important; left:5px !important;}
}